home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form2
- Appearance = 0 'Flat
- BackColor = &H00C0C0C0&
- Caption = "Form2"
- ClientHeight = 4695
- ClientLeft = 1620
- ClientTop = 1200
- ClientWidth = 6990
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 5100
- Left = 1560
- LinkTopic = "Form2"
- ScaleHeight = 4695
- ScaleWidth = 6990
- Top = 855
- Width = 7110
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 4140
- Left = 255
- MultiLine = -1 'True
- ScrollBars = 3 'Both
- TabIndex = 0
- Text = "Form2.frx":0000
- Top = 255
- Width = 6570
- End
- Attribute VB_Name = "Form2"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
-